home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InterCD 2002 January
/
january_2002.iso
/
Piposh Special
/
Piposh
/
QUES.DXR
/
00132.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-12-06
|
251 b
|
12 lines
on mouseUp
global soundspath, whosnow, cards
if item 8 of cards <> 1 then
sound playFile 1, soundspath & "377"
repeat with i = 60 to 65
sprite(i).visible = 0
end repeat
sprite(60).visible = 1
whosnow = "krp"
end if
end